String pooling causes them to point to the same memory 字符串池使它们指向相同的内存:
Modify the enable string pooling property 修改“启用字符串池”属性。
Enable string pooling “启用字符串池”
Enables string pooling 启用字符串池
String pooling allows what were intended as multiple pointers to multiple buffers to be as multiple pointers to a single buffer 字符串池允许将作为指向多个缓冲区的多个指针用作指向单个缓冲区的多个指针。
Enables the compiler to create a single copy of identical strings in the program image and in memory during execution , resulting in smaller programs , an optimization called string pooling 该选项使编译器能够为执行过程中程序映像和内存中的相同字符串创建单个副本,从而得到较小的程序,这种优化称为字符串池。